Deprecated Interfaces in jdk 1.5
- org.xml.sax.AttributeList:
This interface has been replaced by the SAX2 Attributes interface, which
includes Namespace support.
- java.security.Certificate:
A new certificate handling package is created in the Java 2 platform. This
Certificate interface is entirely deprecated and is here to allow for a smooth
transition to the new package.
- org.xml.sax.DocumentHandler:
This interface has been replaced by the SAX2 ContentHandler interface, which
includes Namespace support.
- org.omg.CORBA.DynAny:
Use the new DynAny instead
- org.omg.CORBA.DynArray:
Use the new DynArray instead
- org.omg.CORBA.DynEnum
Use the new DynEnum instead
- org.omg.CORBA.DynFixed:
Use the new DynFixed instead
- org.omg.CORBA.DynSequence:
Use the new DynSequence instead
- org.omg.CORBA.DynStruct
Use the new DynStruct instead
- org.omg.CORBA.DynUnion:
Use the new DynUnion instead
- org.omg.CORBA.DynValue:
Use the new DynValue instead
- java.rmi.server.LoaderHandler:
no replacement
- org.xml.sax.Parser:
This interface has been replaced by the SAX2 XMLReader interface, which includes
Namespace support.
- java.rmi.registry.RegistryHandler:
no replacement
- java.rmi.server.RemoteCall:
no replacement.
- java.rmi.server.Skeleton:
no replacement. Skeletons are no longer required for remote method calls in the
Java 2 platform v1.2 and greater.